PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStandardRectangle Class / setLL Method
The position of lower-left corner of the rectangle.
In This Topic
    setLL Method
    In This Topic
    Gets the position of lower-left corner.
    Syntax
    public void setLL( 
       PDFPoint ll
    )

    Parameters

    ll
    The position of lower-left corner of the rectangle.
    Exceptions
    ExceptionDescription
    When ll is null.
    See Also